SELECT User, Host FROM mysql.user;
mysql> select host, user, password from mysql.user;
SELECT User FROM mysql.user;